home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / mailc / mailer32._b_ < prev    next >
Encoding:
Text File  |  1998-09-14  |  356 b   |  19 lines

  1. #
  2. # Borland CONSOLE mode makefile for MAILER [Win32]
  3. # Requires SEE32.DLL
  4. #
  5. # To use: "make -fmailer32._B_"
  6. #
  7.  
  8. CCFLAGS = -c -DWIN32
  9.  
  10. mailer.exe: mailer.obj see32.dll 
  11.     implib see32_.lib see32.dll    
  12.     tlink32 -Tpe -ap -c c0x32 mailer, mailer,mailer, see32_.lib cw32i import32
  13.  
  14. mailer.obj: mailer.c see.h
  15.    bcc32 $(CCFLAGS)  mailer.c
  16.  
  17.  
  18.  
  19.